home *** CD-ROM | disk | FTP | other *** search
/ Apple WWDC 1996 / WWDC96_1996 (CD).toast / Technology Materials / MacOS 8 Resources / Developer Tools / Mac OS 8 Interfaces & Libraries / Interfaces / CIncludes / CMComponent.h < prev    next >
C/C++ Source or Header  |  1996-05-01  |  936b  |  38 lines

  1. /*
  2.      File:        CMComponent.h
  3.  
  4.      Contains:    Stub for including new file names.
  5.  
  6.      Version:    Technology:    ColorSync 2.0
  7.                  Release:    Universal Interfaces 3.0d3 on Copland DR1
  8.  
  9.      Copyright:    © 1984-1996 by Apple Computer, Inc.  All rights reserved.
  10.  
  11.      Bugs?:        If you find a problem with this file, send the file and version
  12.                  information (from above) and the problem description to:
  13.  
  14.                      Internet:    apple.bugs@applelink.apple.com
  15.                      AppleLink:    APPLE.BUGS
  16.  
  17. */
  18. #ifndef __CMCOMPONENT__
  19. #define __CMCOMPONENT__
  20.  
  21. /*
  22.     This file has been included to allow older source code 
  23.     to #include <CMComponent.h>.  Please update your source
  24.     code to directly #include <CMMComponent.h>
  25.       and             #include <CMPRComponent.h>
  26.  
  27. */
  28. /* #include the two ColorSync 2.0 files equivalent to the v. 1.0 file */
  29. #ifndef __CMMCOMPONENT__
  30. #include <CMMComponent.h>
  31. #endif
  32. #ifndef __CMPRCOMPONENT__
  33. #include <CMPRComponent.h>
  34. #endif
  35.  
  36. #endif /* __CMCOMPONENT__ */
  37.  
  38.